GetFrameOwnerRequest

data class GetFrameOwnerRequest(frameId: FrameId)

Represents request frame that can be used with DOM#getFrameOwner operation call.

Returns iframe node that owns iframe with the given domain.

See also

Constructors

GetFrameOwnerRequest
Link copied to clipboard
fun GetFrameOwnerRequest(frameId: FrameId)

Properties

frameId
Link copied to clipboard
val frameId: FrameId

Sources

jvm source
Link copied to clipboard